home *** CD-ROM | disk | FTP | other *** search
/ Easy Personal Web Page / Easy Personal Web Page.iso / HTML_EDT / HTMLED / HTMLED32.EXE / 0 / RCDATA / TINSERTURLBOX / TINSERTURLBOX.txt
Encoding:
Text File  |  1996-05-02  |  3.3 KB  |  153 lines

  1. object InsertURLBox: TInsertURLBox
  2.   Left = 133
  3.   Top = 132
  4.   BorderStyle = bsDialog
  5.   Caption = 'Link to URL'
  6.   ClientHeight = 164
  7.   ClientWidth = 405
  8.   Font.Color = clBlack
  9.   Font.Height = -12
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = [fsBold]
  12.   PixelsPerInch = 96
  13.   OnCreate = FormCreate
  14.   OnShow = FormShow
  15.   TextHeight = 13
  16.   object Label1: TLabel
  17.     Left = 14
  18.     Top = 12
  19.     Width = 224
  20.     Height = 13
  21.     Caption = 'Enter URL (Uniform Resource Locator):'
  22.   end
  23.   object Label2: TLabel
  24.     Left = 4
  25.     Top = 76
  26.     Width = 58
  27.     Height = 13
  28.     Caption = 'URL type:'
  29.   end
  30.   object Label3: TLabel
  31.     Left = 31
  32.     Top = 105
  33.     Width = 31
  34.     Height = 13
  35.     Caption = 'Host:'
  36.   end
  37.   object Label4: TLabel
  38.     Left = 37
  39.     Top = 132
  40.     Width = 25
  41.     Height = 13
  42.     Caption = 'File:'
  43.   end
  44.   object URLCombo: TComboBox
  45.     Left = 12
  46.     Top = 29
  47.     Width = 381
  48.     Height = 21
  49.     ItemHeight = 13
  50.     TabOrder = 0
  51.   end
  52.   object OkButton: TBitBtn
  53.     Left = 316
  54.     Top = 67
  55.     Width = 77
  56.     Height = 27
  57.     TabOrder = 5
  58.     OnClick = OkButtonClick
  59.     Kind = bkOK
  60.   end
  61.   object BitBtn2: TBitBtn
  62.     Left = 316
  63.     Top = 97
  64.     Width = 77
  65.     Height = 27
  66.     TabOrder = 6
  67.     Kind = bkCancel
  68.   end
  69.   object URLTypesCombo: TComboBox
  70.     Left = 64
  71.     Top = 73
  72.     Width = 81
  73.     Height = 21
  74.     ItemHeight = 13
  75.     Items.Strings = (
  76.       'http://'
  77.       'ftp://'
  78.       'file://'
  79.       'gopher://'
  80.       'news:'
  81.       'telnet://')
  82.     TabOrder = 1
  83.     OnChange = URLTypesComboChange
  84.   end
  85.   object BrowseBtn: TBitBtn
  86.     Left = 227
  87.     Top = 127
  88.     Width = 77
  89.     Height = 25
  90.     Caption = '&Browse'
  91.     TabOrder = 4
  92.     OnClick = BrowseBtnClick
  93.     Glyph.Data = {
  94.       78010000424D7801000000000000760000002800000020000000100000000100
  95.       04000000000000000000120B0000120B00000000000000000000000000000000
  96.       800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  97.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00555555555555
  98.       5555555555555555555555555555555555555555555555555555555555555555
  99.       555555555555555555555555555555555555555FFFFFFFFFF555550000000000
  100.       55555577777777775F55500B8B8B8B8B05555775F555555575F550F0B8B8B8B8
  101.       B05557F75F555555575F50BF0B8B8B8B8B0557F575FFFFFFFF7F50FBF0000000
  102.       000557F557777777777550BFBFBFBFB0555557F555555557F55550FBFBFBFBF0
  103.       555557F555555FF7555550BFBFBF00055555575F555577755555550BFBF05555
  104.       55555575FFF75555555555700007555555555557777555555555555555555555
  105.       55555555555555555555555555555555555555555555555555550000}
  106.     NumGlyphs = 2
  107.   end
  108.   object HostCombo: TComboBox
  109.     Left = 63
  110.     Top = 101
  111.     Width = 240
  112.     Height = 21
  113.     ItemHeight = 13
  114.     TabOrder = 2
  115.     OnChange = HostComboChange
  116.   end
  117.   object FileEdit: TEdit
  118.     Left = 64
  119.     Top = 129
  120.     Width = 157
  121.     Height = 20
  122.     TabOrder = 3
  123.     OnChange = FileEditChange
  124.   end
  125.   object Panel1: TPanel
  126.     Left = 8
  127.     Top = 60
  128.     Width = 390
  129.     Height = 2
  130.     BevelInner = bvLowered
  131.     BevelOuter = bvNone
  132.     Caption = 'Panel1'
  133.     TabOrder = 7
  134.   end
  135.   object BitBtn1: TBitBtn
  136.     Left = 316
  137.     Top = 127
  138.     Width = 77
  139.     Height = 27
  140.     TabOrder = 8
  141.     OnClick = BitBtn1Click
  142.     Kind = bkHelp
  143.   end
  144.   object IncludeLocalPathCheck: TCheckBox
  145.     Left = 156
  146.     Top = 74
  147.     Width = 139
  148.     Height = 17
  149.     Caption = 'Include Local Path'
  150.     TabOrder = 9
  151.   end
  152. end
  153.